Unix-to-Unix Copy Protocol - Übersetzung nach Englisch
Diclib.com
Wörterbuch ChatGPT
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:     

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz ChatGPT

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

Unix-to-Unix Copy Protocol - Übersetzung nach Englisch

COMPUTER COMMAND OR SET OF PROGRAMS ALLOWING TWO COMPUTERS TO EXCHANGE FILES AND EXECUTE COMMANDS ON THE REMOTE MACHINE
UUCPNET; Bang path; Uucp; Unix to Unix Copy Protocol; Uux; Unix to Unix copy; .uucp; UUCP Mapping Project; Uucico; UUCPNet; Bangpath; Unix-to-Unix Copy; Uustat; Bang address
  •  Business card with UUCP email address

Unix-to-Unix Copy Protocol      
Unix-to-Unix Copy Protocol, UUCP, Protokoll das zwei UNIX-bezogene Computer ermöglicht durch ein seriales Modem zu kommunizieren (Computer)
Point to Point Protocol         
A SIMPLE DATA LINK LAYER PROTOCOL USED BETWEEN TWO DEVICES
Point to point protocol; Point To Point Protocol; Point to Point Protocol; Multilink PPP; MLPPP; PPPOI; Pppoi; P2PP; PPP connection; Multilink Protocol; Point-to-point protocol; Compression Control Protocol; PPP protocol
Punkt zu Punkt Protokoll, ein Protokoll zur Verbindung von Computern an das Internet durch die Telefonleitung
Point to Point Tunneling Protocol         
COMPUTER NETWORK PROTOCOL
PPTP; Pptp; Point-to-point tunneling protocol; Pptpd; Point to Point Tunneling Protocol
Punkt zu Punkt getunneltes Protokoll, Protokoll daß die Übermittlung von TCP/IP-Datenpaketen durch ein fremdes Netzwerk das nicht dieses Protokoll benutzt ermöglicht (durch entsprechende Kennzeichnung)

Definition

bang path
1. <communications> An old-style UUCP {electronic-mail address} naming a sequence of hosts through which a message must pass to get from some assumed-reachable location to the addressee (a "source route"). So called because each hop is signified by a bang sign (exclamation mark). Thus, for example, the path ...!bigsite!foovax!barbox!me directs people to route their mail to computer bigsite (presumably a well-known location accessible to everybody) and from there through the computer foovax to the account of user me on barbox. Before autorouting mailers became commonplace, people often published compound bang addresses using the convention (see glob) to give paths from *several* big computers, in the hope that one's correspondent might be able to get mail to one of them reliably. e.g. ...!seismo, ut-sally, ihnp4!rice!beta!gamma!me Bang paths of 8 to 10 hops were not uncommon in 1981. Late-night dial-up UUCP links would cause week-long transmission times. Bang paths were often selected by both transmission time and reliability, as messages would often get lost. 2. <operating system> A shebang. (1998-05-06)

Wikipedia

UUCP

UUCP is an acronym of Unix-to-Unix Copy. The term generally refers to a suite of computer programs and protocols allowing remote execution of commands and transfer of files, email and netnews between computers.

A command named uucp is one of the programs in the suite; it provides a user interface for requesting file copy operations. The UUCP suite also includes uux (user interface for remote command execution), uucico (the communication program that performs the file transfers), uustat (reports statistics on recent activity), uuxqt (execute commands sent from remote machines), and uuname (reports the UUCP name of the local system). Some versions of the suite include uuencode/uudecode (convert 8-bit binary files to 7-bit text format and vice versa).

Although UUCP was originally developed on Unix in the 1970s and 1980s, and is most closely associated with Unix-like systems, UUCP implementations exist for several non-Unix-like operating systems, including DOS, OS/2, OpenVMS (for VAX hardware only), AmigaOS, classic Mac OS, and even CP/M.